Text File | 1999-04-28 | 404 b | 7 lines | [ttro/ttxt]
Generic Database Access
By Geoff Perlman
April 28th, 1999
This example allows the user to perform queries and then view the results from any database supported by REALbasic. The user can choose which table to view, which columns from that table and place them in the order they wish to view them in.
This example is a good one to look at to learn how to write more generic code for accessing databases.